'宣言 Public Overloads Function GetDesignGlyphMetrics( _ ByVal glyphIndices() As System.Short, _ ByVal isSideways As System.Boolean _ ) As GlyphMetrics()
public GlyphMetrics[] GetDesignGlyphMetrics( System.short[] glyphIndices, System.bool isSideways )
パラメータ
- glyphIndices
- An array of glyph indices for which to compute metrics. The array must contain at least as many elements as specified by glyphCount.
- isSideways
- Indicates whether the font is being used in a sideways run. This can affect the glyph metrics if the font has oblique simulation because sideways oblique simulation differs from non-sideways oblique simulation
戻り値の型
an array of GlyphMetricsstructures.